home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / DupFind_v22060774162007.psc / file 2 / Form3.frm < prev    next >
Text File  |  2007-04-12  |  2KB  |  77 lines

  1. VERSION 5.00
  2. Begin VB.Form Form3 
  3.    BackColor       =   &H80000013&
  4.    BorderStyle     =   0  'None
  5.    Caption         =   "DupFind V2"
  6.    ClientHeight    =   2670
  7.    ClientLeft      =   4275
  8.    ClientTop       =   3450
  9.    ClientWidth     =   5220
  10.    LinkTopic       =   "Form3"
  11.    ScaleHeight     =   2670
  12.    ScaleWidth      =   5220
  13.    StartUpPosition =   1  'CenterOwner
  14.    Begin VB.Label Label3 
  15.       Alignment       =   2  'Center
  16.       BackStyle       =   0  'Transparent
  17.       Caption         =   "Click to continue"
  18.       Height          =   255
  19.       Left            =   0
  20.       TabIndex        =   2
  21.       Top             =   2280
  22.       Width           =   5175
  23.    End
  24.    Begin VB.Label Label2 
  25.       Alignment       =   2  'Center
  26.       BackColor       =   &H80000013&
  27.       Caption         =   $"Form3.frx":0000
  28.       Height          =   1455
  29.       Left            =   360
  30.       TabIndex        =   1
  31.       Top             =   720
  32.       Width           =   4455
  33.    End
  34.    Begin VB.Label Label1 
  35.       Alignment       =   2  'Center
  36.       BackColor       =   &H80000013&
  37.       Caption         =   "DupFind V2"
  38.       BeginProperty Font 
  39.          Name            =   "Algerian"
  40.          Size            =   24
  41.          Charset         =   0
  42.          Weight          =   400
  43.          Underline       =   0   'False
  44.          Italic          =   0   'False
  45.          Strikethrough   =   0   'False
  46.       EndProperty
  47.       Height          =   495
  48.       Left            =   0
  49.       TabIndex        =   0
  50.       Top             =   120
  51.       Width           =   5175
  52.    End
  53. End
  54. Attribute VB_Name = "Form3"
  55. Attribute VB_GlobalNameSpace = False
  56. Attribute VB_Creatable = False
  57. Attribute VB_PredeclaredId = True
  58. Attribute VB_Exposed = False
  59. Private Sub Form_Click()
  60. Me.Hide
  61. End Sub
  62.  
  63. Private Sub Label1_Click()
  64. Me.Hide
  65.  
  66. End Sub
  67.  
  68. Private Sub Label2_Click()
  69. Me.Hide
  70.  
  71. End Sub
  72.  
  73. Private Sub Label3_Click()
  74. Me.Hide
  75.  
  76. End Sub
  77.